-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
T003: mols2grid example added #279
base: master
Are you sure you want to change the base?
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Hi @e-mayo, Thanks a lot for this addition to T003! 🚀 I added a couple of TODOs for the reviewers to the PR description. We have a passing CI for T003 🥳 |
Hi, @dominiquesydow, It's on macOS and I will try to find what's wrong here with the environment. |
Hi @yonghui-cc, Thanks for looking into this! Can you please check if you can install this via Or you reinstall the full environment based on this file: Let me know if this works for you, thank you! |
Hi, @dominiquesydow,
Although the error happened, the teachopencadd env could still be created without mols2grid package, maybe also others we don't know.
this may help for the first error: https://www.mail-archive.com/[email protected]/msg894683.html |
Hello,
I will try to take a look at it this week.
Best,
Eduardo
…On Thu, Nov 17, 2022 at 11:30 PM yonghui-cc ***@***.***> wrote:
Hi, @dominiquesydow <https://github.com/dominiquesydow>, it worked when I
install mols2grid independently. But it still failed for the full
environment install:
mamba env create -f
https://raw.githubusercontent.com/volkamerlab/TeachOpenCADD/master/devtools/test_env.yml
Error message:
[image: image]
<https://user-images.githubusercontent.com/26645421/202563202-656413c0-2bd2-4a4b-b7f1-75c44619ddbc.png>
—
Reply to this email directly, view it on GitHub
<#279 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHYQADDEGZG2KKGKRLJLJLLWI2PV5ANCNFSM6AAAAAARH5MIEI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi, @e-mayo, I tried the environment installment command line on Unbuntu OS, but the same problem happen. |
Hello!! I have generated a new |
Hi @e-mayo and @yonghui-cc, @yonghui-cc, can you please try installing the environment from a local yml file instead of from the GitHub URL (it cannot install the @e-mayo I finally added the code review for the new pieces in the notebook, please let me know if you find this reasonable, thanks! EDIT: Website rendering works nicely :) |
@@ -122,23 +122,17 @@ | |||
"cell_type": "code", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -122,23 +122,17 @@ | |||
"cell_type": "code", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest to move the whole mols2grid topic to the end of the Substructure statistics section and look at the three most frequent substructures:
- Michael-acceptor
C=!@CC=[O,S]
- Aliphatic-long-chain
[R0&D2][R0&D2][R0&D2][R0&D2]
- Oxygen-nitrogen-single-bond
[OR0,NR0][OR0,NR0]
Some minor text edits:
Dataframes > DataFrame
unwanted substructures, let's have a look
Reply via ReviewNB
@@ -122,23 +122,17 @@ | |||
"cell_type": "code", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please run black-nb
over this notebook (should streamline the formatting with the rest of the notebooks):
black-nb -l 99 teachopencadd/talktorials/T003_compound_unwanted_substructures/talktorial.ipynb
Reply via ReviewNB
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will be able to have a look at it only after the Friday. So expect some update by next week.
Description
A simple introductory example of
mols2grid.display
function was added in the T003_compound_unwanted_substructures.Todos
Notable points that this PR has either accomplished or will accomplish.
Reviewers:
Questions
Status